home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / demo / Mhtrs51 / _SETUP.1 / Rescher.exe / 0 / RCDATA / TQREXPRESSIONBUILDER / TQREXPRESSIONBUILDER.txt
Text File  |  2000-04-15  |  12KB  |  578 lines

  1. object QRExpressionBuilder: TQRExpressionBuilder
  2.   Left = 178
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = 'Expression Wizard'
  6.   ClientHeight = 269
  7.   ClientWidth = 376
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnActivate = FormActivate
  11.   OnCloseQuery = FormCloseQuery
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object DataFieldPage: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 376
  19.     Height = 269
  20.     Align = alClient
  21.     BevelOuter = bvNone
  22.     TabOrder = 1
  23.     object DataFieldOKBtn: TButton
  24.       Left = 252
  25.       Top = 233
  26.       Width = 49
  27.       Height = 21
  28.       Caption = 'OK'
  29.       TabOrder = 0
  30.       OnClick = DataFieldOKBtnClick
  31.     end
  32.     object DataFieldCancelBtn: TButton
  33.       Left = 312
  34.       Top = 233
  35.       Width = 49
  36.       Height = 21
  37.       Caption = 'Cancel'
  38.       TabOrder = 1
  39.       OnClick = DataFieldCancelBtnClick
  40.     end
  41.     object DataFieldGB: TGroupBox
  42.       Left = 18
  43.       Top = 10
  44.       Width = 343
  45.       Height = 205
  46.       Caption = 'Insert database field in expression'
  47.       TabOrder = 2
  48.       object Label2: TLabel
  49.         Left = 12
  50.         Top = 18
  51.         Width = 68
  52.         Height = 13
  53.         Caption = 'Select dataset'
  54.       end
  55.       object Label3: TLabel
  56.         Left = 12
  57.         Top = 60
  58.         Width = 70
  59.         Height = 13
  60.         Caption = 'Available fields'
  61.       end
  62.       object DataSet: TComboBox
  63.         Left = 10
  64.         Top = 36
  65.         Width = 317
  66.         Height = 21
  67.         Style = csDropDownList
  68.         ItemHeight = 13
  69.         Sorted = True
  70.         TabOrder = 0
  71.       end
  72.       object DataField: TListBox
  73.         Left = 10
  74.         Top = 76
  75.         Width = 315
  76.         Height = 117
  77.         Columns = 2
  78.         ItemHeight = 13
  79.         Items.Strings = (
  80.           'Custno'
  81.           'Name'
  82.           'Contact'
  83.           'Contact-e-mail'
  84.           'Address1'
  85.           'Address2'
  86.           'Address3'
  87.           'Address4'
  88.           'Country'
  89.           'Phone'
  90.           'Fax'
  91.           'Web'
  92.           'Credit-limit'
  93.           'Rating'
  94.           'Default-Discount'
  95.           'OurContact')
  96.         TabOrder = 1
  97.       end
  98.       object GroupBox2: TGroupBox
  99.         Left = 0
  100.         Top = 0
  101.         Width = 343
  102.         Height = 205
  103.         Caption = 'Insert database field in expression'
  104.         TabOrder = 2
  105.         object Label4: TLabel
  106.           Left = 16
  107.           Top = 20
  108.           Width = 68
  109.           Height = 13
  110.           Caption = 'Select dataset'
  111.         end
  112.         object Label5: TLabel
  113.           Left = 186
  114.           Top = 20
  115.           Width = 70
  116.           Height = 13
  117.           Caption = 'Available fields'
  118.         end
  119.         object AvailableFields: TListBox
  120.           Left = 184
  121.           Top = 40
  122.           Width = 139
  123.           Height = 150
  124.           ItemHeight = 13
  125.           TabOrder = 0
  126.           OnDblClick = DataFieldOKBtnClick
  127.         end
  128.         object AvailableDatasets: TListBox
  129.           Left = 14
  130.           Top = 40
  131.           Width = 140
  132.           Height = 150
  133.           ItemHeight = 13
  134.           TabOrder = 1
  135.           OnClick = AvailableDatasetsClick
  136.         end
  137.       end
  138.     end
  139.   end
  140.   object FunctionPage: TPanel
  141.     Left = 0
  142.     Top = 0
  143.     Width = 376
  144.     Height = 269
  145.     Align = alClient
  146.     BevelOuter = bvNone
  147.     TabOrder = 2
  148.     object FunctionOKBtn: TButton
  149.       Left = 252
  150.       Top = 233
  151.       Width = 49
  152.       Height = 21
  153.       Caption = 'Continue'
  154.       TabOrder = 0
  155.       OnClick = FunctionOKBtnClick
  156.     end
  157.     object FunctionCancelBtn: TButton
  158.       Left = 312
  159.       Top = 233
  160.       Width = 49
  161.       Height = 21
  162.       Caption = 'Cancel'
  163.       TabOrder = 1
  164.       OnClick = FunctionCancelBtnClick
  165.     end
  166.     object GroupBox4: TGroupBox
  167.       Left = 18
  168.       Top = 10
  169.       Width = 343
  170.       Height = 205
  171.       Caption = 'Select function'
  172.       TabOrder = 2
  173.       object Label6: TLabel
  174.         Left = 18
  175.         Top = 22
  176.         Width = 42
  177.         Height = 13
  178.         Caption = 'Category'
  179.       end
  180.       object Label7: TLabel
  181.         Left = 186
  182.         Top = 22
  183.         Width = 89
  184.         Height = 13
  185.         Caption = 'Available functions'
  186.       end
  187.       object FuncName: TLabel
  188.         Left = 18
  189.         Top = 160
  190.         Width = 61
  191.         Height = 13
  192.         Caption = 'FuncName'
  193.         Font.Charset = DEFAULT_CHARSET
  194.         Font.Color = clWindowText
  195.         Font.Name = 'Default'
  196.         Font.Style = [fsBold]
  197.         ParentFont = False
  198.       end
  199.       object FuncDescription: TLabel
  200.         Left = 18
  201.         Top = 174
  202.         Width = 307
  203.         Height = 27
  204.         AutoSize = False
  205.         Caption = 'FuncDescription'
  206.         WordWrap = True
  207.       end
  208.       object Categories: TListBox
  209.         Left = 16
  210.         Top = 42
  211.         Width = 140
  212.         Height = 113
  213.         ItemHeight = 13
  214.         Items.Strings = (
  215.           'All'
  216.           'Date & time'
  217.           'Math & trig'
  218.           'Statistical'
  219.           'Database'
  220.           'Logical'
  221.           'Information'
  222.           'Other')
  223.         TabOrder = 0
  224.         OnClick = CategoriesClick
  225.       end
  226.       object AvailableFunc: TListBox
  227.         Left = 184
  228.         Top = 42
  229.         Width = 140
  230.         Height = 113
  231.         ItemHeight = 13
  232.         TabOrder = 1
  233.         OnClick = AvailableFuncClick
  234.         OnDblClick = FunctionOKBtnClick
  235.       end
  236.     end
  237.   end
  238.   object FuncParamsPage: TPanel
  239.     Left = 0
  240.     Top = 0
  241.     Width = 376
  242.     Height = 269
  243.     Align = alClient
  244.     BevelOuter = bvNone
  245.     TabOrder = 3
  246.     object GroupBox3: TGroupBox
  247.       Left = 18
  248.       Top = 10
  249.       Width = 343
  250.       Height = 205
  251.       Caption = 'Enter parameters for function'
  252.       TabOrder = 0
  253.       object CopyFuncName: TLabel
  254.         Left = 16
  255.         Top = 16
  256.         Width = 61
  257.         Height = 13
  258.         Caption = 'FuncName'
  259.         Font.Charset = DEFAULT_CHARSET
  260.         Font.Color = clWindowText
  261.         Font.Name = 'Default'
  262.         Font.Style = [fsBold]
  263.         ParentFont = False
  264.       end
  265.       object CopyFuncDescription: TLabel
  266.         Left = 16
  267.         Top = 30
  268.         Width = 307
  269.         Height = 27
  270.         AutoSize = False
  271.         Caption = 'FuncDescription'
  272.         WordWrap = True
  273.       end
  274.       object FuncParamSB: TScrollBox
  275.         Left = 4
  276.         Top = 72
  277.         Width = 335
  278.         Height = 129
  279.         BorderStyle = bsNone
  280.         TabOrder = 0
  281.       end
  282.     end
  283.     object FuncParamOkBtn: TButton
  284.       Left = 252
  285.       Top = 233
  286.       Width = 49
  287.       Height = 21
  288.       Caption = 'OK'
  289.       TabOrder = 1
  290.       OnClick = FuncParamOkBtnClick
  291.     end
  292.     object FuncArgCancelBtn: TButton
  293.       Left = 312
  294.       Top = 233
  295.       Width = 49
  296.       Height = 21
  297.       Caption = 'Cancel'
  298.       TabOrder = 2
  299.       OnClick = FuncArgCancelBtnClick
  300.     end
  301.   end
  302.   object VariablePage: TPanel
  303.     Left = 0
  304.     Top = 0
  305.     Width = 376
  306.     Height = 269
  307.     Align = alClient
  308.     BevelOuter = bvNone
  309.     Caption = 'VariablePage'
  310.     TabOrder = 4
  311.     object GroupBox5: TGroupBox
  312.       Left = 18
  313.       Top = 10
  314.       Width = 343
  315.       Height = 205
  316.       Caption = 'Select variable'
  317.       TabOrder = 0
  318.       object VariableValue: TLabel
  319.         Left = 54
  320.         Top = 180
  321.         Width = 65
  322.         Height = 13
  323.         Caption = 'VariableValue'
  324.       end
  325.       object Label1: TLabel
  326.         Left = 18
  327.         Top = 180
  328.         Width = 33
  329.         Height = 13
  330.         Caption = 'Value :'
  331.       end
  332.       object AvailableVariables: TListBox
  333.         Left = 16
  334.         Top = 20
  335.         Width = 311
  336.         Height = 155
  337.         ItemHeight = 13
  338.         TabOrder = 0
  339.         OnClick = AvailableVariablesClick
  340.         OnDblClick = VariableOKBtnClick
  341.       end
  342.     end
  343.     object VariableOKBtn: TButton
  344.       Left = 252
  345.       Top = 233
  346.       Width = 49
  347.       Height = 21
  348.       Caption = 'OK'
  349.       TabOrder = 1
  350.       OnClick = VariableOKBtnClick
  351.     end
  352.     object VariableCancelBtn: TButton
  353.       Left = 312
  354.       Top = 233
  355.       Width = 49
  356.       Height = 21
  357.       Caption = 'Cancel'
  358.       TabOrder = 2
  359.       OnClick = VariableCancelBtnClick
  360.     end
  361.     object ModifyVariables: TButton
  362.       Left = 20
  363.       Top = 233
  364.       Width = 111
  365.       Height = 21
  366.       Caption = '&Modify variables'
  367.       TabOrder = 3
  368.       OnClick = ModifyVariablesClick
  369.     end
  370.   end
  371.   object MainPage: TPanel
  372.     Left = 0
  373.     Top = 0
  374.     Width = 376
  375.     Height = 269
  376.     Align = alClient
  377.     BevelOuter = bvNone
  378.     TabOrder = 0
  379.     object Heading: TLabel
  380.       Left = 18
  381.       Top = 16
  382.       Width = 81
  383.       Height = 13
  384.       Caption = 'Enter expression:'
  385.     end
  386.     object GroupBox1: TGroupBox
  387.       Left = 18
  388.       Top = 134
  389.       Width = 343
  390.       Height = 81
  391.       Caption = 'Insert at cursor position'
  392.       TabOrder = 0
  393.       object InsertDataFieldBtn: TButton
  394.         Left = 10
  395.         Top = 18
  396.         Width = 100
  397.         Height = 25
  398.         Caption = '&Database field'
  399.         TabOrder = 0
  400.         OnClick = InsertDataFieldBtnClick
  401.       end
  402.       object InsertFunctionBtn: TButton
  403.         Left = 120
  404.         Top = 18
  405.         Width = 100
  406.         Height = 25
  407.         Caption = '&Function'
  408.         TabOrder = 1
  409.         OnClick = InsertFunctionBtnClick
  410.       end
  411.       object InsertVariableBtn: TButton
  412.         Left = 234
  413.         Top = 18
  414.         Width = 100
  415.         Height = 25
  416.         Caption = '&Variable'
  417.         TabOrder = 2
  418.         OnClick = InsertVariableBtnClick
  419.       end
  420.       object AddPlus: TButton
  421.         Left = 10
  422.         Top = 50
  423.         Width = 25
  424.         Height = 21
  425.         Caption = '+'
  426.         TabOrder = 3
  427.         OnClick = AddSomeClick
  428.       end
  429.       object AddMinus: TButton
  430.         Left = 35
  431.         Top = 50
  432.         Width = 25
  433.         Height = 21
  434.         Caption = '-'
  435.         TabOrder = 4
  436.         OnClick = AddSomeClick
  437.       end
  438.       object AddMul: TButton
  439.         Left = 60
  440.         Top = 50
  441.         Width = 25
  442.         Height = 21
  443.         Caption = '*'
  444.         TabOrder = 5
  445.         OnClick = AddSomeClick
  446.       end
  447.       object AddDiv: TButton
  448.         Left = 85
  449.         Top = 50
  450.         Width = 25
  451.         Height = 21
  452.         Caption = '/'
  453.         TabOrder = 6
  454.         OnClick = AddSomeClick
  455.       end
  456.       object AddEqual: TButton
  457.         Left = 110
  458.         Top = 50
  459.         Width = 25
  460.         Height = 21
  461.         Caption = '='
  462.         TabOrder = 7
  463.         OnClick = AddSomeClick
  464.       end
  465.       object AddSmaller: TButton
  466.         Left = 135
  467.         Top = 50
  468.         Width = 25
  469.         Height = 21
  470.         Caption = '<'
  471.         TabOrder = 8
  472.         OnClick = AddSomeClick
  473.       end
  474.       object AddLarger: TButton
  475.         Left = 160
  476.         Top = 50
  477.         Width = 25
  478.         Height = 21
  479.         Caption = '>'
  480.         TabOrder = 9
  481.         OnClick = AddSomeClick
  482.       end
  483.       object AddNotEqual: TButton
  484.         Left = 185
  485.         Top = 50
  486.         Width = 25
  487.         Height = 21
  488.         Caption = '<>'
  489.         TabOrder = 10
  490.         OnClick = AddSomeClick
  491.       end
  492.       object AddLessEqual: TButton
  493.         Left = 210
  494.         Top = 50
  495.         Width = 25
  496.         Height = 21
  497.         Caption = '<='
  498.         TabOrder = 11
  499.         OnClick = AddSomeClick
  500.       end
  501.       object AddGreaterEqual: TButton
  502.         Left = 235
  503.         Top = 50
  504.         Width = 25
  505.         Height = 21
  506.         Caption = '>='
  507.         TabOrder = 12
  508.         OnClick = AddSomeClick
  509.       end
  510.       object AddNot: TButton
  511.         Left = 260
  512.         Top = 50
  513.         Width = 25
  514.         Height = 21
  515.         Caption = 'Not'
  516.         TabOrder = 13
  517.         OnClick = AddSomeClick
  518.       end
  519.       object AddAnd: TButton
  520.         Left = 285
  521.         Top = 50
  522.         Width = 25
  523.         Height = 21
  524.         Caption = 'And'
  525.         TabOrder = 14
  526.         OnClick = AddSomeClick
  527.       end
  528.       object AddOr: TButton
  529.         Left = 310
  530.         Top = 50
  531.         Width = 25
  532.         Height = 21
  533.         Caption = 'Or'
  534.         TabOrder = 15
  535.         OnClick = AddSomeClick
  536.       end
  537.     end
  538.     object ValidateBtn: TButton
  539.       Left = 78
  540.       Top = 233
  541.       Width = 49
  542.       Height = 21
  543.       Caption = 'Valida&te'
  544.       TabOrder = 1
  545.       OnClick = ValidateBtnClick
  546.     end
  547.     object Clear: TButton
  548.       Left = 20
  549.       Top = 233
  550.       Width = 49
  551.       Height = 21
  552.       Caption = '&Clear'
  553.       TabOrder = 2
  554.       OnClick = ClearClick
  555.     end
  556.     object OK: TButton
  557.       Left = 252
  558.       Top = 233
  559.       Width = 49
  560.       Height = 21
  561.       Caption = 'OK'
  562.       ModalResult = 1
  563.       TabOrder = 3
  564.       OnClick = OKClick
  565.     end
  566.     object Cancel: TButton
  567.       Left = 312
  568.       Top = 233
  569.       Width = 49
  570.       Height = 21
  571.       Caption = 'Cancel'
  572.       ModalResult = 2
  573.       TabOrder = 4
  574.       OnClick = CancelClick
  575.     end
  576.   end
  577. end
  578.